home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Interface / HolidayWidgetBundle.dmg / / NotePad.wdgt / NotePad.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-09-19  |  6.4 KB  |  486 lines

  1.  
  2. #hidetop {
  3.     background-color: #EEEEEE;
  4.     z-index: 100;
  5.     height: 5px;
  6.     
  7.     position: absolute;
  8.     top: 27px;
  9.     left: 2.5em;
  10.     right: 2em;
  11. }
  12.  
  13. #hideleft {
  14.     background-color: #EEEEEE;
  15.     z-index: 100;
  16.     width: 5px;
  17.     
  18.     position: absolute;
  19.     top: 27px;
  20.     bottom: 1.5em;
  21.     left: 27px;
  22. }
  23.  
  24. #hideright {
  25.     background-color: #EEEEEE;
  26.     z-index: 100;
  27.     width: 5px;
  28.     
  29.     position: absolute;
  30.     top: 27px;
  31.     bottom: 1.5em;
  32.     right: 21px;
  33. }
  34.  
  35. #hidebottom {
  36.     background-color: #EEEEEE;
  37.     z-index: 100;
  38.     height: 5px;
  39.     
  40.     position: absolute;
  41.     bottom: 21px;
  42.     left: 2.5em;
  43.     right: 2em;
  44. }
  45.  
  46. .tacontainer {
  47.     position: absolute;
  48.     top: 1.5em;
  49.     bottom: 1em;
  50.     left: 2.5em;
  51.     right: 2em;
  52. }
  53.  
  54.  
  55.  
  56.  
  57.  
  58. body {
  59.     font: 12px Geneva;
  60. }
  61.  
  62. /* FRONT BACKGROUND */
  63. #front {
  64.     background: url(images/front/topleft.png) top left no-repeat;
  65.     width: 99%;
  66.  
  67. #front .trcorner {
  68.     background: url(images/front/topright.png) top right no-repeat;
  69.     padding: 3px 15px;
  70.     margin:0;
  71.     margin-right: -5px;
  72. }
  73.  
  74. #front .blcorner {
  75.     background: url(images/front/bottomleft.png) bottom left no-repeat;
  76.     position: relative;
  77.     top: 5px;
  78. }
  79.  
  80. #front .brcorner {
  81.     background: url(images/front/bottomright.png) bottom right no-repeat;
  82.     padding:15px;
  83.     padding-top: 0;
  84.     display:block;
  85.     margin:-2em -5px 0 0; /* TRBL */
  86. }
  87.  
  88. #front .editarea {
  89.     background: url(images/front/right.png) top right repeat-y;
  90.  
  91.     margin:0;
  92.     margin-top:-1em;
  93.     padding: 0 15px;
  94.     padding-left: 30px;
  95.     height:92%;
  96.     margin-right: -5px;
  97.     position: relative;
  98. }
  99.  
  100. #front .ring {
  101.     position: absolute;
  102.     left: -5px;
  103.     width: 33px;
  104.     height: 24px;
  105.     margin-top: -10px;
  106.     background: url('images/front/ringu.png');
  107.     z-index: 100;
  108. }
  109.  
  110. /* END FRONT */
  111.  
  112.  
  113. /* BACK BACKGROUND */
  114.  
  115. #back {
  116.     background: url(images/back/topleft.png) top left no-repeat;
  117.     width: 99%;
  118.  
  119. #back .trcorner {
  120.     background: url(images/back/topright.png) top right no-repeat;
  121.     padding: 3px 15px;
  122.     margin:0;
  123.     margin-right: -5px;
  124. }
  125.  
  126. #back .blcorner {
  127.     background: url(images/back/bottomleft.png) bottom left no-repeat;
  128.     position: relative;
  129.     top: 5px;
  130. }
  131.  
  132. #back .brcorner {
  133.     background: url(images/back/bottomright.png) bottom right no-repeat;
  134.     padding:15px;
  135.     padding-top: 0;
  136.     display:block;
  137.     margin:-2em -5px 0 0; /* TRBL */
  138. }
  139.  
  140. #back .editarea {
  141.     background: url(images/back/right.png) top right repeat-y;
  142.     color: white;
  143.     font-weight: bold;
  144.  
  145.     margin:0;
  146.     margin-top:-1em;
  147.     padding: 0 15px;
  148.     padding-left: 30px;
  149.     height:92%;
  150.     margin-right: -5px;
  151.     position: relative;
  152. }
  153.  
  154. #back .ring {
  155.     position: absolute;
  156.     right: -8px;
  157.     width: 33px;
  158.     height: 24px;
  159.     margin-top: -10px;
  160.     background: url('images/back/ringu.png');
  161.     z-index: 100;
  162. }
  163.  
  164.  
  165.  
  166. /* END BACK */
  167.  
  168. #grow {
  169.     float: right;
  170.     position: relative;
  171.     top: -4px;
  172.     left: 2px;
  173.     opacity: 0;
  174.     z-index: 100;
  175.     -apple-dashboard-region: dashboard-region(control rectangle);
  176. }
  177.  
  178. .clickable {
  179.     -apple-dashboard-region: dashboard-region(control rectangle);
  180. }
  181.  
  182. #controls {
  183.     font-family: "Lucida Grande";
  184.     color: #555;
  185.     font-weight: bold;
  186.     font-size: 14px;
  187.     
  188.     position: absolute;
  189.     bottom: 4px;
  190.     left: 30%;
  191.     right: 30%;
  192.     text-align: center;
  193. }
  194.  
  195. #controls img {
  196.     vertical-align: baseline;
  197. }
  198.  
  199. .control {
  200.     z-index: 100;
  201. }
  202.  
  203. .flip {
  204.     position: absolute;
  205.     bottom: 4px;
  206.     right: 2em;
  207.     opacity: 0.45;
  208. }
  209.  
  210. .flip:hover {
  211.     opacity: 1;
  212. }
  213.  
  214. #rollie {
  215.     opacity: 0;
  216. }
  217.  
  218. #rollie:hover {
  219.     opacity: 0.11;
  220. }
  221.  
  222. #rollie:active {
  223.     opacity: 1;
  224. }
  225.  
  226. .topcontrol {
  227.     position: absolute;
  228.     top: 0.5em;
  229.     z-index: 100;
  230. }
  231.  
  232. .fill {
  233.     position: absolute;
  234.     width: 100%;
  235.     height: 100%;
  236.     background: transparent;
  237. }
  238.  
  239. #numcenter {
  240.     position: absolute;
  241.     left: 0px;
  242.     width: 100%;
  243.     height: 1em;
  244.     bottom: 0;
  245.     z-index: 50;
  246. }
  247.  
  248. #pagePopup {
  249.     width: 1.5em;
  250.     opacity: 0.0;
  251. }
  252.  
  253. #pagecontrols {
  254.     background-color: #d7d7d7;
  255.     font-size: 10px;
  256.     position: relative;
  257.     height: 13px;
  258.     display: inline-block;
  259.     padding-top: 1px;
  260.     padding-bottom: 0px;
  261.     z-index: 1;
  262. }
  263.  
  264. #popup {
  265.     position: relative;
  266.     bottom: 1px;
  267. }
  268.  
  269. #searchtab {
  270.     padding: 0.5em;
  271.     padding-top: 1.2em;
  272. }
  273.  
  274. #searchresults {
  275.     overflow: auto;
  276.     font-family: Geneva;
  277.     font-size: 10px;
  278.     position: absolute;
  279.     top: 3.5em;
  280.     left: 1em;
  281.     right: 1em;
  282.     bottom: 1.5em;
  283. }
  284.  
  285. #searchresults b {
  286.     font-size: 12px;
  287. }
  288.  
  289. #searchresults a {
  290.     text-decoration: none;
  291.     color: black;
  292. }
  293.  
  294. #searchresults a:hover {
  295.     text-decoration: underline;
  296. }
  297.  
  298. .dialog {
  299.     background: url(images/dialog.png);
  300.     position: absolute;
  301.     top: 20%;
  302.     bottom: 20%;
  303.     left: 10%;
  304.     right: 10%;
  305.     width: 164px; /*204px*/
  306.     height: 94px; /*134px*/
  307.     z-index: 300;
  308.     padding: 20px;
  309.     text-align: center;
  310.     color: white;
  311.     font-weight: bold;
  312. }
  313.  
  314. .dialog a {
  315.     display: inline-block;
  316.     background: url(images/buttons-old.png);
  317.     margin-top: 1em;
  318.     padding-top: 4px;
  319.     width: 64px;
  320.     height: 20px;
  321.     color: white;
  322.     font-weight: bold;
  323.     font-size: 13px;
  324.     text-decoration: none;
  325. }
  326.  
  327. .dialog a:hover {
  328.     background: url(images/buttons-old.png) right 24px;
  329.     color: #ccc;    
  330. }
  331.  
  332.  
  333. #titlebar {
  334.     position: absolute;
  335.     top: 0.5em;
  336.     left: 3em;
  337.     right: 2em;
  338.     height: 1.4em;
  339.     padding-bottom: 0.2em;
  340.     border-bottom: 1px solid #999;
  341. }
  342.  
  343. #title {
  344.     position: absolute;
  345.     left: 0em;
  346.     right: 2em;
  347.     color: #5f5f5f;
  348.     font-family: "Lucida Grande";
  349.     display: inline-block;
  350.     height: 1.4em;
  351.     /*width: 70%; */
  352.     overflow: hidden;
  353. }
  354.  
  355. #toolhider {
  356.     position: absolute;
  357.     right: 0em;
  358.     height: 1.4em;
  359.     background-color: #EEEEEE;
  360.     
  361. }
  362.  
  363. #searchprog {
  364.     background: url(images/spinner_semi.png);
  365.     display: inline-block;
  366.     width: 16px;
  367.     height: 16px;
  368.     position: relative;
  369.     top: 3px;
  370. }
  371.  
  372.  
  373. a.arrow {
  374.     position: relative;
  375.     width: 15px;
  376.     height: 14px;
  377.     display: inline-block;
  378. }
  379.  
  380. img.arrow {
  381.     opacity: 0.50;
  382. }
  383.  
  384. img.arrow:active {
  385.     opacity: 1;
  386. }
  387.  
  388. .hiliteclick {
  389.     opacity: 0.40;
  390. }
  391.  
  392. .hiliteclick:active {
  393.     opacity: 1;
  394. }
  395.  
  396. #help_circle_canvas {
  397.     position: absolute;
  398.     top: 0;
  399.     left: 0;
  400.     right: 0;
  401.     bottom: 0;
  402.     display: none;
  403.     z-index: 500;
  404. }
  405.  
  406. .help_text {
  407.     position: absolute;
  408.     top:     30%;
  409.     bottom: 30%;
  410.     left:     20%;
  411.     right:     20%;
  412.     padding: 1em;
  413.  
  414.     display: none;
  415.     z-index: 501;
  416. }
  417.  
  418. .help_text > div {
  419.     position: absolute;
  420.     padding: 2px;
  421.     text-align: center;
  422.     opacity: 0.0;
  423.     background: white;
  424.     font: 10px "Lucida Grande";
  425.     color: #1E2E8B;
  426. }
  427.  
  428. #cover {
  429.     position: absolute;
  430.     top: 0;
  431.     left: 0;
  432.     height: 100%;
  433.     width: 100%;
  434.     background: red;
  435.     display: none;
  436.     opacity: 0.0;
  437.     z-index: 400;
  438. }
  439.  
  440. #searchback {
  441.     position: absolute;
  442.     top: -1em;
  443.     right: 0.4em;
  444.     z-index: 400;
  445. }
  446.  
  447.  
  448. #backback {
  449.     position: absolute;
  450.     bottom: 0.4em;
  451.     left: 1.7em;
  452.     z-index: 400;
  453. }
  454.  
  455. #backhelp {
  456.     position: absolute;
  457.     top: 20px;
  458.     left: 39px;
  459.     z-index: 300;
  460. }
  461.  
  462. #backreground {
  463.     position: absolute;
  464.     top: 67px;
  465.     left: 100px; /* 121px */
  466.     z-index: 300;
  467. }
  468.  
  469. #backbuynow {
  470.     position: absolute;
  471.     bottom: 5px;
  472.     right: 30px;
  473.     z-index: 301;
  474. }
  475.  
  476. #backbarcode {
  477.     position: absolute;
  478.     bottom: 5px;
  479.     right: 30px;
  480.     z-index: 300;
  481. }
  482.  
  483.  
  484.